From: acoul Date: Tue, 11 Jan 2011 15:37:47 +0000 (+0000) Subject: net/quagga: fix a compile issue on pgbgp (thank you acinonyx) X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=129e1392204f5410cf20ef88543291a42dc570b1;p=feed%2Frouting.git net/quagga: fix a compile issue on pgbgp (thank you acinonyx) git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 9ad6ceb..27dbd62 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ CONFIGURE_ARGS+= \ $(call autoconf_bool,CONFIG_PACKAGE_quagga-vtysh,vtysh) \ MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" + CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -std=gnu99" define Build/Configure (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \